home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / desktop / thin054e.lzh / ST-GUIDE / ST-GUIDE.INF < prev    next >
Text File  |  1995-04-03  |  4KB  |  116 lines

  1. #========================================================================
  2. #   **** Please edit this ST-Guide INF file to your requirements ****
  3. #========================================================================
  4. #
  5. # This file is configured with hard drive users in mind but floppy based
  6. # users can easily set up a RAM disk as drive C: and run ST-Guide from
  7. # there.
  8. #
  9. # To edit this file load it into any ASCII text editor (for example
  10. # Everest, Tempus etc) and edit the paths as desired.
  11. #
  12. # By default ST-Guide looks for a 'GUIDES' folder on 'C', which contains
  13. # all your 'HYP and 'REF' files, and a 'STGUIDE' folder also on 'C' which
  14. # contains the utilities.
  15. #
  16. # Lines beginning with the '#' symbol (like this line) are comments and
  17. # are ignored by ST-Guide.
  18. #
  19. # Default search path, where ST-Guide looks for 'HYP' hypertexts:
  20. PATHS=C:\GUIDES;C:\ST-GUIDE
  21. #
  22. # Default directory ST-Guide opens when calling the File Selector.
  23. # HCP also compiles to this path:
  24. HYPFOLD=C:\GUIDES\
  25. #
  26. # An external viewer, which must be memory resident can be used to
  27. # display unknown file types:
  28. #EXTVIEW=1STVIEW.ACC
  29. #
  30. # A list of file extenders and paths to external viewers may follow:
  31. #IMG=C:\1STVIEW.ACC
  32. #
  33. # The hypertext file to be loaded via the ST-Guide 'Catalog' option or
  34. # when ST-Guide is started without parameters:
  35. HYPTOP=C:\GUIDES\CATALOG.HYP
  36. #
  37. # The file used to find references:
  38. REF=C:\GUIDES\ALL.REF
  39. #
  40. # ST-Guide can use GDOS screen fonts if loaded, the code determines the
  41. # font used. Refer to main documentation for syntax details:
  42. #FONT=98,9
  43. #
  44. # The following two variables are only relevant in colour resolutions and
  45. # are ignored in monochrome resolutions.
  46. # TXTCOLOR displays text in the specified colour.
  47. # REFCOLOR displays references in the specified colour using the
  48. # normal typestyle (NOT bold and underlined).
  49. # Default colours (Note! Your system may change these values!):
  50. #  0=White        1=Black        2=Red           3=Green
  51. #  4=Blue         5=Cyan         6=Yellow        7=Magenta
  52. #  8=Grey         9=Dark grey   10=Dark red     11=Dark green
  53. # 12=Dark blue   13=Dark cyan   14=Dark yellow  15=Dark magenta
  54. TXTCOLOR=2
  55. REFCOLOR=3
  56. #
  57. # HCP is used to compile STG files into HYP files. STool uses this entry
  58. # to 'compile':
  59. HCP=C:\ST-GUIDE\HCP\HCP.TTP
  60. #
  61. # The number of spaces a tab will be expanded to is set here:
  62. #TABSIZE=4
  63. #
  64. # This variable is provided to install ARROWPATCH. This patch corrects a
  65. # bug in the AES which prevents the scroll bars in windowed accessories
  66. # from working correctly with certain TOS versions.
  67. # If you exerience this behaviour activate this patch ON (by removing
  68. # the preceding #).
  69. # This patch is not needed if you are running WINX, MagiC, MTOS or
  70. # already running ARROWPATCH.
  71. #ARROWPATCH=1
  72. #
  73. # The first two values set the top left corner of the window. The
  74. # next two values set the bottom right corner for the ST-Guide window:
  75. WINSIZE=40,40,560,320
  76. #
  77. # This file will be loaded automatically if ST-Guide is started without
  78. # parameters:
  79. DEFHYP=st-guide.hyp
  80. #
  81. # These options are used automatically when HCP is called:
  82. HCP_OPT=+zz-s
  83. #
  84. # These options pass parameters from ST-Guide to HypTree:
  85. #HYPTREE_OPT=
  86. #
  87. # Special HypTree options
  88. #
  89. # Here the default size of the HypTree window can be displayed.
  90. # If these variables are not defined, the size and position of the last
  91. # window will be used, if available.
  92. HT_WINSIZE=40,40,560,320
  93. #
  94. # Using this switch you can decide whether all pages are included in the
  95. # HypTree structure (0 = No, 1 = Yes)
  96. HT_OPENALL=1
  97. #
  98. # This variable sets the position of the triangle in the window
  99. # 0 = With the text, 1 = On the left hand margin of the window.
  100. HT_MACLIKE=0
  101. #
  102. # The following command line is sent to HypTree from ST-Guide (via
  103. # VA_START) after a double click of the user on the menu bar name of any
  104. # hypertext page. The following strings are replaced with the actual
  105. # values when called:
  106. # %p  Pathname of the hypertext file
  107. # %n  Name of the hypertext file (without path)
  108. # %s  The internen name of the hypertext page
  109. HT_CALLSTG=-s1 %p %s
  110. #
  111. # The following command line is to ST-Guide from HypTree so that the
  112. # actual hypertext is closed:
  113. HT_STOPSTG=-s0
  114. #
  115. # That's it!
  116.